Skip to content

Feature add wps requests#27

Merged
luisrodriguezgalvez merged 8 commits intodevelopfrom
feature/add-wps-requests
Mar 3, 2026
Merged

Feature add wps requests#27
luisrodriguezgalvez merged 8 commits intodevelopfrom
feature/add-wps-requests

Conversation

@IoannaMi
Copy link
Copy Markdown
Contributor

  1. Add logic in the codebase to read from the navigation.json the information neede to create and send the requests to the backend (wps requests)
  2. The requests are sent either by clicking on the map, or upon completion of the step (with step we mean either selection of a dropdown list or input value)
  3. Add instructions on how to populate the navigation.json at the readme

- Updated NumberInput.vue to resolve default values based on a new `defaultValueSource` prop, integrating with the app store for dynamic input resolution.
- Refactored SubMenu.vue to streamline step completion logic and WPS execution, replacing the deprecated describeProcess function with a new resolveInputs method.
- Modified navigation.json to adjust WPS identifiers and input sources, ensuring compatibility with the new input handling structure.
- Removed the unused describe.js file to clean up the codebase.
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 27, 2026

Deploy Preview for lare-viewer ready!

Name Link
🔨 Latest commit 5dfc8f0
🔍 Latest deploy log https://app.netlify.com/projects/lare-viewer/deploys/69a16d2a6698de00089ef6b4
😎 Deploy Preview https://deploy-preview-27--lare-viewer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@IoannaMi IoannaMi linked an issue Feb 27, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

@luisrodriguezgalvez luisrodriguezgalvez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To do: handle the response received from the wps request when clicking a region

@luisrodriguezgalvez luisrodriguezgalvez merged commit 3656761 into develop Mar 3, 2026
5 checks passed
@IoannaMi IoannaMi deleted the feature/add-wps-requests branch March 4, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FE: Create configurable WPS requests

2 participants